(0) Obligation:

Runtime Complexity TRS:
The TRS R consists of the following rules:

f(s(X)) → f(X)
g(cons(0, Y)) → g(Y)
g(cons(s(X), Y)) → s(X)
h(cons(X, Y)) → h(g(cons(X, Y)))

Rewrite Strategy: FULL

(1) DecreasingLoopProof (EQUIVALENT transformation)

The following loop(s) give(s) rise to the lower bound Ω(n1):
The rewrite sequence
f(s(X)) →+ f(X)
gives rise to a decreasing loop by considering the right hand sides subterm at position [].
The pumping substitution is [X / s(X)].
The result substitution is [ ].

(2) BOUNDS(n^1, INF)

(3) RenamingProof (EQUIVALENT transformation)

Renamed function symbols to avoid clashes with predefined symbol.

(4) Obligation:

Runtime Complexity Relative TRS:
The TRS R consists of the following rules:

f(s(X)) → f(X)
g(cons(0', Y)) → g(Y)
g(cons(s(X), Y)) → s(X)
h(cons(X, Y)) → h(g(cons(X, Y)))

S is empty.
Rewrite Strategy: FULL

(5) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)

Infered types.

(6) Obligation:

TRS:
Rules:
f(s(X)) → f(X)
g(cons(0', Y)) → g(Y)
g(cons(s(X), Y)) → s(X)
h(cons(X, Y)) → h(g(cons(X, Y)))

Types:
f :: s:0':cons → f
s :: s:0':cons → s:0':cons
g :: s:0':cons → s:0':cons
cons :: s:0':cons → s:0':cons → s:0':cons
0' :: s:0':cons
h :: s:0':cons → h
hole_f1_0 :: f
hole_s:0':cons2_0 :: s:0':cons
hole_h3_0 :: h
gen_s:0':cons4_0 :: Nat → s:0':cons

(7) OrderProof (LOWER BOUND(ID) transformation)

Heuristically decided to analyse the following defined symbols:
f, g, h

They will be analysed ascendingly in the following order:
g < h

(8) Obligation:

TRS:
Rules:
f(s(X)) → f(X)
g(cons(0', Y)) → g(Y)
g(cons(s(X), Y)) → s(X)
h(cons(X, Y)) → h(g(cons(X, Y)))

Types:
f :: s:0':cons → f
s :: s:0':cons → s:0':cons
g :: s:0':cons → s:0':cons
cons :: s:0':cons → s:0':cons → s:0':cons
0' :: s:0':cons
h :: s:0':cons → h
hole_f1_0 :: f
hole_s:0':cons2_0 :: s:0':cons
hole_h3_0 :: h
gen_s:0':cons4_0 :: Nat → s:0':cons

Generator Equations:
gen_s:0':cons4_0(0) ⇔ 0'
gen_s:0':cons4_0(+(x, 1)) ⇔ s(gen_s:0':cons4_0(x))

The following defined symbols remain to be analysed:
f, g, h

They will be analysed ascendingly in the following order:
g < h

(9) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol f.

(10) Obligation:

TRS:
Rules:
f(s(X)) → f(X)
g(cons(0', Y)) → g(Y)
g(cons(s(X), Y)) → s(X)
h(cons(X, Y)) → h(g(cons(X, Y)))

Types:
f :: s:0':cons → f
s :: s:0':cons → s:0':cons
g :: s:0':cons → s:0':cons
cons :: s:0':cons → s:0':cons → s:0':cons
0' :: s:0':cons
h :: s:0':cons → h
hole_f1_0 :: f
hole_s:0':cons2_0 :: s:0':cons
hole_h3_0 :: h
gen_s:0':cons4_0 :: Nat → s:0':cons

Generator Equations:
gen_s:0':cons4_0(0) ⇔ 0'
gen_s:0':cons4_0(+(x, 1)) ⇔ s(gen_s:0':cons4_0(x))

The following defined symbols remain to be analysed:
g, h

They will be analysed ascendingly in the following order:
g < h

(11) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol g.

(12) Obligation:

TRS:
Rules:
f(s(X)) → f(X)
g(cons(0', Y)) → g(Y)
g(cons(s(X), Y)) → s(X)
h(cons(X, Y)) → h(g(cons(X, Y)))

Types:
f :: s:0':cons → f
s :: s:0':cons → s:0':cons
g :: s:0':cons → s:0':cons
cons :: s:0':cons → s:0':cons → s:0':cons
0' :: s:0':cons
h :: s:0':cons → h
hole_f1_0 :: f
hole_s:0':cons2_0 :: s:0':cons
hole_h3_0 :: h
gen_s:0':cons4_0 :: Nat → s:0':cons

Generator Equations:
gen_s:0':cons4_0(0) ⇔ 0'
gen_s:0':cons4_0(+(x, 1)) ⇔ s(gen_s:0':cons4_0(x))

The following defined symbols remain to be analysed:
h

(13) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol h.

(14) Obligation:

TRS:
Rules:
f(s(X)) → f(X)
g(cons(0', Y)) → g(Y)
g(cons(s(X), Y)) → s(X)
h(cons(X, Y)) → h(g(cons(X, Y)))

Types:
f :: s:0':cons → f
s :: s:0':cons → s:0':cons
g :: s:0':cons → s:0':cons
cons :: s:0':cons → s:0':cons → s:0':cons
0' :: s:0':cons
h :: s:0':cons → h
hole_f1_0 :: f
hole_s:0':cons2_0 :: s:0':cons
hole_h3_0 :: h
gen_s:0':cons4_0 :: Nat → s:0':cons

Generator Equations:
gen_s:0':cons4_0(0) ⇔ 0'
gen_s:0':cons4_0(+(x, 1)) ⇔ s(gen_s:0':cons4_0(x))

No more defined symbols left to analyse.